decimal numbers

[ˈdesɪml ˈnʌmbəz]
  • 网络

    十进制数

数据更新时间:2026-04-19 15:25:06
1、

A probabilistic property of generalized binary decimal expansions of real numbers

实数的广义二进展式的一个概率性质

互联网摘选

2、

This paper puts forward a simple and convenient method of mutual conversion of binary numbers and decimal numbers, which uses a form that is very simple and can be used again and again.

本文提出了一种用随手可得可反复使用的位权表进行二进制数与十进制数相互转换的简便方法。

互联网摘选

3、

Floating point and decimal numbers are not nearly as well-behaved as integers, and you cannot assume that floating point calculations that "should" have integer or exact results actually do.

浮点数和小数不象整数一样“循规蹈矩”,不能假定浮点计算一定产生整型或精确的结果,虽然它们的确“应该”那样做。

互联网摘选

4、

For example, if you change a field from Double to Long Integer, decimal numbers are rounded to the nearest whole number.

例如,如果将字段从双精度更改为长整型,小数位将会四舍五入为最接近的整数。

互联网摘选

5、

We could add support for decimal numbers in the language ( currently not supported in the parser).

我们可以在语言中支持十进制数(当前解析器中不支持)。

互联网摘选

6、

In Modern Control System the Way to Realize Decimal Numbers without Half& Adjust on the Microcomputers

现代控制系统中无舍入十进制数在微机上实现的方法

互联网摘选

7、

The next method converts numbers from the various numeric bases into decimal numbers.

接下来的方法将不同计数制的数转化为十进制的形式。

互联网摘选

8、

Let us look at parallels between arithmetic using binary numbers and arithmetic using decimal numbers. A Filter Design Method Based on Improved Aggressive

我们采用与十进制运算对比的办法来介绍二进制数的运算方法。基于改进渐进空间映射算法的滤波器设计

互联网摘选

9、

T: Now pick two number between one and ten, including decimal numbers and fractions, then add, subtract, multiply or divide them as you like.

现在从1到10之间挑选两个数,包括小数和分数,然后随意进行加、减、乘、除运算。

互联网摘选

10、

Well, suppose we had decimal numbers.

假设我们有10进制数。

互联网摘选

11、

Using floating point and decimal numbers in Java programs is fraught with pitfalls.

在Java程序中使用浮点数和小数充满着陷阱。

互联网摘选

12、

To understand what these pieces mean, consider an optical character recognition system that scans glyphs printed on paper and converts them into three-digit decimal numbers.

要理解这些部分的具体含义,请考虑一个光学字符识别系统,该系统扫描纸张上的符号并将它们转换为3位的十进制数。

互联网摘选

13、

It required a greater total number of valves than the Colossi because it stored long decimal numbers-the more so because of the primitive system the designers had employed whereby ten valves were allocated to each decimal digit required, a '9' being represented by the ninth of those valves being 'on'.

之所以比巨人机使用了更多的电子管,是因为它是以十进制进行存储的,它用10个电子管分别表示10个数字,比如用第9个真空管导通,来表示数字“9”。

互联网摘选

14、

Using Decimal to Display Numbers in Assembly Language

用汇编语言编程以十进制形式显示数据

互联网摘选

15、

Most computers use a coded version of true binary to represent decimal numbers.

大多数计算机用真正的二进制编码方法表示十进制数。

互联网摘选

16、

The corresponding selection, crossover and mutation operators are designed with the theory of symbol encoding and the properties of N-decimal system floating numbers.

相应的选择、交叉、变异算子采用符号编码的思想,充分利用N进制浮点数的特点进行设计。

互联网摘选

17、

It varies from decimal in that precision decimal numbers carry not only a numeric value but also an arithmetic precision that is retained.

它与decimal不同,因为精度十进制数不仅包含一个数字值,而且保留了一个算法精度。

互联网摘选

18、

As a result, BigDecimal is not well-suited for intensive numeric calculation because of the object creation overhead, but it is designed for representing exact decimal numbers.

因此,因为创建对象的开销,BigDecimal不适合于大量的数学计算,但设计它的目的是用来精确地表示小数。

互联网摘选

19、

Here the engineer G. Stibitz had first only thought of designing relay machines to perform decimal arithmetic with complex numbers,

这里的工程师G.斯蒂比兹,一开始只想设计一台继电器机器,用来执行十进制的复数运算。

互联网摘选

20、

Justify data appropriately. For columns of data it is common practice to right justify integers, decimal align floating point numbers, and left justify strings.

合理对齐数据。对于纵列的数据而言,很实用的方式是右对齐整数部分,小数和小数点部分左对齐。

互联网摘选

21、

BigDecimal is a standard class, with no special support in the compiler, to represent arbitrary-precision decimal numbers and perform arithmetic on them.

BigDecimal是标准的类,在编译器中不需要特殊支持,它可以表示任意精度的小数,并对它们进行计算。

互联网摘选

22、

Owing to the proper resolution of the problems of the standardization of decimal numbers and the capacity of integrators, the speed difference between the line processing and the arc processing is removed.

由于研制过程中较好地解决了十进制数规格化和积分器的容量问题,从而消除了直线和圆弧加工中的速度差异。

互联网摘选

23、

Rgb ( r, g, b)-( r, g, b are decimal numbers)

rgb(r,g,b)-(r,g,b是十进制数)

互联网摘选

24、

SQL-92 includes a DECIMAL data type, which is an exact numeric type for representing fixed point decimal numbers and performs basic arithmetic operation on decimal numbers.

SQL-92包括DECIMAL数据类型,它是用于表示定点小数的精确数字类型,它可以对小数进行基本的算术运算。

互联网摘选

25、

Something with a decimal point and numbers thereafter.

也就是小数点后还有数字。

互联网摘选

26、

Let us look at parallels between arithmetic using binary numbers and arithmetic using decimal numbers.

我们采用与十进制运算对比的办法来介绍二进制数的运算方法.

词典精选例句

27、

An expression that requires real ( decimal) numbers; the decimal point is required part of the number.

需要实数(十进制)的一种表达式,十进制小数点是所需该十进制数的一部分。

互联网摘选

28、

In Modern Control System the Way to Realize Decimal Numbers without Half& Adjust on the Microcomputers

现代控制系统中无舍入十进制数在微机上实现的方法

互联网摘选

29、

Algorithm which is a process of calculation based on decimal notation numbers.

十进制是一种建立在十个数字记位法的计算过程。

互联网摘选

  • 相关词组
  • 今日热词
  • 热门搜索
  • drive[draɪv] v.驾驶(送人);推动;击打;(风等)吹,刮;驱逐;迫使;n.驱车旅行;车道,大道;驱动;开球;强烈欲望;努力;驱赶;
  • corner[ˈkɔːnə(r)] n.角;墙角,壁角;街角;(书本、皮夹等的)包角;嘴角,眼角;涉及…群体的;(道路的)急转弯;角落, 冷僻处;边远处,隐秘的地方;区域,地区;困境;绝路;垄断,大量买进,囤积居奇;(足球、曲棍球等的)角球;(拳击场、球场等的)场角v.将…放在(或塞进)角落;使(人或动物)走投无路;逼…入绝境;迫使(某人做某事);硬要走近想与(某人)说话;垄断(某种货品的交易);垄断,大量买进,囤积;(车辆)转弯;相交成角
  • MSK['em'esk'eɪ] 最小相位频移键控;
  • personnel[ˌpɜːsəˈnel] n.人员;人事部门;
  • damo 达摩;
  • big bang[ˌbɪɡ ˈbæŋ] n.(基本而具有深远意义的)一整套改革,一揽子改革计划,具有轰动效应的大变革;[宇宙学](宇宙)大爆炸;
  • iron[ˈaɪən] n.铁器,铁制品;熨斗,烙铁;坚强;脚镣;adj.铁制的,含铁的;坚强的,顽强的;残酷的;坚忍不拔的;
  • gonna[ˈgənə] 即将,将要(非正式用语,即going to);
  • How are you doing[haʊ ɑː(r) ju ˈduːɪŋ] 你好吗;你过得如何;你过得好吗;
  • bed[bed] n.床(位);河床;花坛,苗圃;基座,底层;(岩)层;v.把;
  • what[wɒt] pron./det.什么;多么,真,太;…的事物(或人);…的事物;不是吗,是不是;无论什么;和…一样多,就像…一样;凡是…的事物;<古>[疑问代词]谁;…那样的事物(或人)conj.<方>到…程度,尽…那样多
  • improve[ɪmˈpruːv] v.改进;提高;康复;超过;

英语网英语词典(dict.25820.com)为您提供在线翻译英语词典单词大全英译汉汉译英等英语服务!可按单词字数词义分类查询。支持lj:关键词格式查询例句。

用户反馈
请选择反馈类型(可多选):
您的联系方式:
反馈内容:
提交成功 小编会尽快处理
回到顶部
点击反馈